nav .navbar .links li:first-child a {
  color: #000000d4;
}

nav .navbar .links li:nth-child(5) a{
  color: #730f4d;
}


.sec1a {
  max-width: 1800px;
  margin: auto;
  height: 600px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/bg\ banner.jpg);
  background-position: center;
  background-size: 100% 100%;
  text-align: center;
  /* padding-top: 380px; */
  color: white;
  font-size: 40px;
  /* margin-top: -120px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

.sec1a .png {
  width: 100px;
  position: absolute;
  left: 0;
  z-index: 30;
  opacity: 0.5;
  margin-top: 300px;
  height: fit-content;
  border-radius: 0;
}


.sec1a h1 {
  font-size: 85px;
  color: #23463e;
  font-weight: 800;
  margin-top: 300px;
  margin-left: 10%;
  text-transform: uppercase;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.sec1a .tx {
  width: 45%;
}

.sec1a .tx ul {
  width: 100%;
  display: flex;
  margin-left: 25%;
}

.sec1a .tx ul li {
  text-decoration: none;
  color: black;
  font-size: 20px;
  list-style: none;
  width: fit-content;
  margin: 0 5px;
}

.sec1a .tx ul li span {
  margin-left: 5px;
}

.sec1a .tx ul a:hover {
  text-decoration: none;
}

.sec1a .tx ul .li2 li {
  color: #730f4d;
}

.sec1a img {
  width: 54%;
  border-radius: 0 0 30% 80%;
  height: 550px;
  margin-right: -100px;
  margin-top: -30px;
}


.about-color-box {
  max-width: 1800px;
  margin: auto;
  height: 300px;
  /* background-color: rgb(53, 43, 195); */
}


.sec11-clients {
  max-width: 1800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 20px;
}


.sec11-clients .sec11-boxes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.sec11-clients img {
  width: 150px;
  height: 80px;
  margin: 20px;
  background-color: rgb(255, 255, 255);
}


@media screen and (max-width: 900px) {

  .sec1a {
    height: 450px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/bg\ banner\ -\ Copy.jpg);
    background-position: center;
    background-size: 100% 200%;
    flex-wrap: wrap-reverse;
    position: relative;
  }

  .sec1a h1 {
    font-size: 35px;
  }

  .sec1a .tx {
    width: 100%;
  }

  .sec1a h1 {
    font-size: 35px;
    margin-top: 20px;
    margin-left: 0%;
  }

  .sec1a .png {
    margin-top: 200px;
    width: 80px;
    top: 0;
  }

  .sec1a img {
    width: 120%;
    height: 350px;
    margin-top: -60px;
    margin-right: -200px;

  }


  .bt {
    padding: 15px 0px;
  }

  .bt .btn-container button {
    margin: 0 10px;
  }

  .sec11 {
    padding: 10px;
  }

  .sec11-clients img {
    width: 130px;
    height: 80px;
    margin: 10px;
    border: 0.1px solid black;
  }

}